home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  176 b   |  12 lines

  1. on(rollOut){
  2.    _parent.grid._visible = false;
  3.    if(_parent.puzzle.newpuzzlesize != size)
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(4);
  10.    }
  11. }
  12.